type crypto/tls.certificateMsg
8 uses
crypto/tls (current package)
conn.go#L1136: m = new(certificateMsg)
handshake_client.go#L649: certMsg, ok := msg.(*certificateMsg)
handshake_client.go#L748: certMsg = new(certificateMsg)
handshake_messages.go#L1366: type certificateMsg struct {
handshake_messages.go#L1370: func (m *certificateMsg) marshal() ([]byte, error) {
handshake_messages.go#L1400: func (m *certificateMsg) unmarshal(data []byte) bool {
handshake_server.go#L574: certMsg := new(certificateMsg)
handshake_server.go#L648: certMsg, ok := msg.(*certificateMsg)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |